PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFRawImage Class / setHeight Method
The image height in pixels.
In This Topic
    setHeight Method
    In This Topic
    Gets the image height.
    Syntax
    public void setHeight( 
       int height
    )

    Parameters

    height
    The image height in pixels.
    Exceptions
    ExceptionDescription
    When height is less than or equal to 0.
    See Also